projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbeb20
)
(SUNOS_LOCALTIME_BUG): #if 0'd.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jan 1994 14:21:54 +0000
(14:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jan 1994 14:21:54 +0000
(14:21 +0000)
src/s/sunos4-1.h
patch
|
blob
|
history
diff --git
a/src/s/sunos4-1.h
b/src/s/sunos4-1.h
index 681220a501c54ce8ce533c6ebc37fd90cad7ad87..87cb43839766766b278bfe026f932d74d2585320 100644
(file)
--- a/
src/s/sunos4-1.h
+++ b/
src/s/sunos4-1.h
@@
-27,5
+27,7
@@
#endif
#endif
+#if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */
/* Tell GNU malloc to compensate for a bug in localtime. */
#define SUNOS_LOCALTIME_BUG
+#endif